home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / accuhash / ah2setup.exe / {app} / accuhash.exe / 0 / RCDATA / TUPDATEFORM / TUPDATEFORM.txt
Text File  |  2004-09-13  |  4KB  |  216 lines

  1. inherited UpdateForm: TUpdateForm
  2.   Left = 541
  3.   Top = 333
  4.   HorzScrollBar.Range = 0
  5.   VertScrollBar.Range = 0
  6.   AutoScroll = False
  7.   Caption = 'Updating'
  8.   ClientHeight = 401
  9.   ClientWidth = 492
  10.   Constraints.MinHeight = 428
  11.   Constraints.MinWidth = 500
  12.   OldCreateOrder = True
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   inherited InfoShape: TTntShape
  16.     Left = 216
  17.     Width = 268
  18.   end
  19.   inherited PathLabel: TTntLabel
  20.     Width = 80
  21.     Caption = '&Folder to update'
  22.   end
  23.   inherited StatLabel: TTntLabel
  24.     Left = 216
  25.     Width = 268
  26.   end
  27.   inherited FilesLabel: TTntLabel
  28.     Left = 232
  29.   end
  30.   inherited BytesLabel: TTntLabel
  31.     Left = 232
  32.   end
  33.   inherited TimesLabel: TTntLabel
  34.     Left = 232
  35.   end
  36.   inherited FilesText: TTntLabel
  37.     Left = 278
  38.   end
  39.   inherited BytesText: TTntLabel
  40.     Left = 278
  41.   end
  42.   inherited TimesText: TTntLabel
  43.     Left = 278
  44.   end
  45.   inherited FailsLabel: TTntLabel
  46.     Left = 232
  47.   end
  48.   inherited FailsText: TTntLabel
  49.     Left = 278
  50.   end
  51.   object MaskLabel: TTntLabel [12]
  52.     Left = 216
  53.     Top = 152
  54.     Width = 48
  55.     Height = 13
  56.     Anchors = [akTop, akRight]
  57.     Caption = 'Files &mask'
  58.     FocusControl = MaskEdit
  59.   end
  60.   inherited StatusLabel: TTntLabel
  61.     Left = 216
  62.     Width = 268
  63.   end
  64.   inherited TreeList: TVirtualExplorerTree
  65.     Width = 200
  66.     Height = 316
  67.   end
  68.   inherited PathEdit: TTntComboBox
  69.     Width = 476
  70.   end
  71.   inherited StartButton: TTntButton
  72.     Left = 216
  73.     Top = 354
  74.     TabOrder = 7
  75.   end
  76.   inherited CloseButton: TTntButton
  77.     Left = 300
  78.     Top = 354
  79.     TabOrder = 8
  80.   end
  81.   inherited StatusBar: TTntStatusBar
  82.     Top = 382
  83.     Width = 492
  84.   end
  85.   object MaskEdit: TTntEdit
  86.     Left = 216
  87.     Top = 168
  88.     Width = 268
  89.     Height = 21
  90.     Anchors = [akTop, akRight]
  91.     TabOrder = 2
  92.     Text = '*.*'
  93.   end
  94.   object RecurseBox: TTntCheckBox
  95.     Left = 216
  96.     Top = 196
  97.     Width = 268
  98.     Height = 17
  99.     Anchors = [akTop, akRight]
  100.     Caption = '&Recursive processing subfolders'
  101.     TabOrder = 3
  102.   end
  103.   object ModeBox: TTntGroupBox
  104.     Left = 355
  105.     Top = 236
  106.     Width = 128
  107.     Height = 110
  108.     Anchors = [akTop, akRight]
  109.     Caption = ' &Update hash values '
  110.     TabOrder = 6
  111.     DesignSize = (
  112.       128
  113.       110)
  114.     object ModeAllBox: TTntCheckBox
  115.       Left = 8
  116.       Top = 16
  117.       Width = 112
  118.       Height = 17
  119.       Anchors = [akLeft, akTop, akRight]
  120.       Caption = 'for &All files'
  121.       TabOrder = 0
  122.       OnClick = ModeAllBoxClick
  123.     end
  124.     object ModeSizeBox: TTntCheckBox
  125.       Left = 8
  126.       Top = 48
  127.       Width = 112
  128.       Height = 17
  129.       Anchors = [akLeft, akTop, akRight]
  130.       Caption = 'if Si&ze changed'
  131.       TabOrder = 1
  132.       OnClick = ModeNewBoxClick
  133.     end
  134.     object ModeTimeBox: TTntCheckBox
  135.       Left = 8
  136.       Top = 68
  137.       Width = 112
  138.       Height = 17
  139.       Anchors = [akLeft, akTop, akRight]
  140.       Caption = 'if Ti&me changed'
  141.       TabOrder = 2
  142.       OnClick = ModeNewBoxClick
  143.     end
  144.     object ModeHashBox: TTntCheckBox
  145.       Left = 8
  146.       Top = 88
  147.       Width = 112
  148.       Height = 17
  149.       Anchors = [akLeft, akTop, akRight]
  150.       Caption = 'if has &Empty hash'
  151.       TabOrder = 3
  152.       OnClick = ModeNewBoxClick
  153.     end
  154.   end
  155.   object DefaultBox: TTntGroupBox
  156.     Left = 216
  157.     Top = 236
  158.     Width = 130
  159.     Height = 110
  160.     Anchors = [akTop, akRight]
  161.     Caption = ' &Defaults for new files '
  162.     TabOrder = 5
  163.     DesignSize = (
  164.       130
  165.       110)
  166.     object HashLabel: TTntLabel
  167.       Left = 8
  168.       Top = 17
  169.       Width = 49
  170.       Height = 13
  171.       Anchors = [akTop, akRight]
  172.       Caption = 'Hash type'
  173.       FocusControl = HashBox
  174.     end
  175.     object CodeLabel: TTntLabel
  176.       Left = 8
  177.       Top = 65
  178.       Width = 70
  179.       Height = 13
  180.       Anchors = [akTop, akRight]
  181.       Caption = 'Hash encoding'
  182.       FocusControl = CodeBox
  183.     end
  184.     object HashBox: TComboBox
  185.       Left = 8
  186.       Top = 33
  187.       Width = 114
  188.       Height = 21
  189.       Style = csDropDownList
  190.       Anchors = [akTop, akRight]
  191.       ItemHeight = 13
  192.       TabOrder = 0
  193.     end
  194.     object CodeBox: TComboBox
  195.       Left = 8
  196.       Top = 81
  197.       Width = 114
  198.       Height = 21
  199.       Style = csDropDownList
  200.       Anchors = [akTop, akRight]
  201.       ItemHeight = 13
  202.       TabOrder = 1
  203.     end
  204.   end
  205.   object FindNewBox: TTntCheckBox
  206.     Left = 216
  207.     Top = 216
  208.     Width = 268
  209.     Height = 17
  210.     Anchors = [akTop, akRight]
  211.     Caption = 'Find &new files and Add to list'
  212.     TabOrder = 4
  213.     OnClick = FindNewBoxClick
  214.   end
  215. end
  216.